GrapeCity.Xaml.SpreadSheet.Data
GetEnumerator Method (NotifyCollectionBase<T>)


Returns an enumerator that iterates through the collection.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of T)
'Usage
 
Dim instance As NotifyCollectionBase(Of T)
Dim value As IEnumerator(Of T)
 
value = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()

Return Value

An System.Collections.IEnumerator for the collection.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

NotifyCollectionBase<T> Class
NotifyCollectionBase<T> Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options